ASP.NET MVC Controls
AutoCompleteBase<T> Class
Members 

The base class for AutoComplete and MultiAutoComplete.
Syntax
'Declaration
 
Public MustInherit Class AutoCompleteBase(Of T) 
   Inherits ComboBoxBase(Of T)
   Implements IDropDown, ITemplate 
public abstract class AutoCompleteBase<T> : ComboBoxBase<T>, IDropDown, ITemplate  
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.DropDown<T>
               C1.Web.Mvc.ComboBoxBase<T>
                  C1.Web.Mvc.AutoCompleteBase<T>
                     C1.Web.Mvc.AutoComplete<T>
                     C1.Web.Mvc.MultiAutoComplete<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AutoCompleteBase<T> Members
C1.Web.Mvc Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback